@charset "utf-8";
/*响应式*/
.searchBox {
    position: relative;
    /* background:url(../../images/academictrend_search_bg_1.jpg) no-repeat center top; */
    background-size: auto 100%;
    background: #f2f2f2;
    padding-bottom: 33px;
    margin-bottom: 37px;
}

.searchBox .toInfo {
    position: absolute;
    top: 21px;
    right: 21px;
    width: 80px;
    border: 1px solid #fff;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}

.searchBox .toInfo:hover {
    background: #007acd;
    text-decoration: underline;
}

.search-ctls {
    position: relative;
    margin: 0 120px 20px 120px;
    height: 40px;
}

.search-ctls .search-ctl-label {
    position: absolute;
    left: -120px;
    top: 0;
    width: 120px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

.search-ctls input {
    float: left;
    border: none;
    height: 38px;
    font-size: 14px;
    border: none;
    line-height: 38px;
}

.search-ctls .search-input {
    width: 100%;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #007acd;
}

.search-ctls .search-input.add-item {
    padding-left: 120px;
}

.search-ctls .search-ctl-add {
    position: absolute;
    top: 6px;
    right: -35px;
    width: 26px;
    height: 26px;
    background: url(../../images/academictrend-search-ctl-add-icon.png) no-repeat 0 0;
    cursor: pointer;
}

.search-ctls .search-ctl-remove {
    position: absolute;
    top: 6px;
    right: -35px;
    width: 26px;
    height: 26px;
    background: url(../../images/academictrend-search-ctl-add-icon.png) no-repeat 0 -30px;
    cursor: pointer;
}

.search-ctls .select-group {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.search-ctls .select-group .select-txt {
    position: relative;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #017acd;
    cursor: pointer;
}

.search-ctls .select-group .select-txt:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    border: 5px solid transparent;
    border-top-color: #fff;
}

.search-ctls .select-group .select-lists {
    display: none;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    top: 25px;
    left: 0;
    right: 0;
    padding: 5px 0;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    background: #017acd;
    color: #fff;
}

.search-ctls .select-group .select-lists li {
    padding-right: 20px;
    cursor: pointer;
}

.search-ctls .select-group .select-lists li:hover {
    background: #2b9be8;
}

.search-btn-group {
    padding-top: 30px;
    text-align: center;
}

.search-btn-group .search-ctl-btn {
    margin: 0 15px;
    display: inline-block;
    width: 160px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    background: #017acd;
    border: 1px solid #017acd;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.search-btn-group .search-ctl-btn:hover {
    background: #0b72b9;
}

.search-btn-group .search-ctl-btn.reset {
    color: #017acd;
    background: #fff;
}

.search-btn-group .search-ctl-btn.reset:hover {
    background: #f5f5f5;
}

.search-ctls .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    background: #007acd;
    color: #fff;
}

.search-ctls .search-btn.active {
    background: #0071be;
}

.max_title {
    width: 560px;
    margin: auto;
    text-align: center;
    color: #007acd;
    padding-bottom: 20px;
    overflow: hidden;
}

.year-ctls {
    padding-left: 10px;
    margin: 30px auto 0;
    width: 565px;
    /* 	color:#fff; */
    font-size: 14px;
}

.year-ctls .left {
    float: left;
    color: #333333;
}

.clear {
    clear: both;
}

#yearsLimit.nolimit {
    opacity: .7;
    filter: alpha(opacity=70);
}

#yearsLimit.nolimit .year-select-icon {
    cursor: default;
}

.year-ctls .year-item {
    margin: 0 15px;
    cursor: pointer;
    color: #999999;
}

.year-ctls .year-item .item-icon {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(../../images/academictrend_search_icon.png) no-repeat 0 0;
}

.year-ctls .year-item.active {
    color: #ffb709;
}

.year-ctls .year-item.active .item-icon {
    background-position: 0 -20px;
}

.year-ctls .tips {
    margin: 0 10px;
    color: #333333;
}

.year-ctls .year-end, .year-ctls .year-start {
    position: relative;
    box-sizing: border-box;
    width: 70px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #95a8bd;
    line-height: 18px;
}

.year-ctls .year-end > p, .year-ctls .year-start > p {
    height: 18px;
    padding-right: 10px;
    color: #333333;
}

.year-ctls .years-lis {
    position: absolute;
    display: none;
    top: 16px;
    left: -1px;
    width: 70px;
    max-height: 200px;
    padding: 5px 0;
    overflow: auto;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 10;
}

.year-ctls .year-select-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../../images/academictrend_search_icon.png) no-repeat -20px 0;
    z-index: 10;
    cursor: pointer;
}

/*滚动条样式*/
.years-lis::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.years-lis::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.years-lis::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.year-ctls .years-lis li {
    cursor: pointer;
    color: #666;
    line-height: 19px;
}

.year-ctls .years-lis li.active, .year-ctls .years-lis li:hover {
    background: #92b8e2;
    color: #fff;
}

.margin-38 {
    margin: 0 38px;
}

.hot-title {
    margin-top: 30px;
    font-size: 24px;
    color: #333;
    line-height: 48px;
    border-bottom: 2px solid #f5f5f5;
}

.hot-title span {
    position: relative;
    top: 2px;
    display: inline-block;
    border-bottom: 2px solid #007acd;
}

.hot-lists {
    overflow: hidden;
}

.hot-lists .hot-list {
    float: left;
    width: 19.75%;
    margin: 28px 7% 0 0;
    cursor: pointer;
}

.hot-lists .hot-list.forth {
    margin-right: 0;
}

.hot-lists .hot-list .list-img-box {
    width: 100%;
    overflow: hidden;
}

.hot-lists .hot-list .list-img {
    width: 100%;
    transition: all 2s;
}

.hot-lists .hot-list:hover .list-img {
    transform: scale(1.05);
}

.hot-lists .hot-list .list-title {
    font-size: 24px;
    margin-top: 20px;
    color: #333;
    text-align: center;
}

.hot-lists .hot-list:hover .list-title {
    color: #007acd;
}

.learning_img_data {
    width: 100%;
    padding: 35px 45px 0px;
    text-align: center;
}

.learning_img_data img {
    max-width: 100%;
}

.learning_title {
    font-size: 15px;
    margin: 35px 0 20px;
    position: relative;
}

.learning_title span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
}

.learning_title span:nth-child(2) {
    display: inline-block;
    position: absolute;
    top: 2.2px;
}

.paper_box p {
    margin-left: 19px;
}

.learning_application_div {
    margin: 10px 0 0 3px;
    overflow: hidden;
}

.learning_text {
    margin: 5px 0;
    font-size: 14px;
    line-height: 22px;
    color: #646464;
}

.learningContentBox {
    margin: -10px 300px 0 0;
    padding-bottom: 20px;
}

.learning_box {
    width: 260px;
    position: absolute;
    right: 0;
    top: -16px;
    overflow: hidden;
}

.learning_ul_box li:nth-child(odd) {
    margin-right: 62px;
}

.learning_ul_box li {
    float: left;
    width: 40%;
    padding: 6px 0;
    padding: 0px 0px 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.learning_ul_box li .hotkey_icon {
    float: left;
    margin-top: 10px;
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 2px;
}

.learning_ul_box li p {
    margin-left: 12px;
}

.learning_ul_box li:hover .hotkey_icon {
    background: #0077be;
}

.learning_ul_box li:hover p {
    color: #0077be;
}

.learning_ul_box li.odd {
    margin-right: 20%;
}

.learning_ul_box li > a:hover {
    color: #0077be;
}

.learning_ul_box li > span:hover {
    color: #0077be;
}

.learning_ul_box a {
    color: #666666;
    display: block;
}

.learning_ul_box a:hover {
    text-decoration: underline;
}

.learning_ul_box span {
    display: inline-block;
    margin-right: 10px;
}

.learning_ul_box {
    margin: 0 12px;
}

.learning_ul_box ul {
    overflow: hidden;
}

.learning_seachtitle {
    text-align: center;
    color: #007acd;
    padding: 40px 0;
}

.learning_seachtitle h4 {
    font-size: 24px;
    line-height: 24px;
}

/* == */
.list_a {
    display: none;
}

.yszz_keyword {
    display: none;
}

#search_type_icon {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    /*总体*/
    .header, .xSearch, .xBenner, .main, .footer {
        min-width: 1000px
    }
	.logo a img{
		/*margin-top: 27px;
		height: 38px;*/
	}
    .w {
        width: 1000px;
    }

    .wide {
        width: 1000px;
    }

    .container {
        /* padding: 0 30px; */

    }

    .location {
        margin-left: 20px;
        margin-right: 20px;
    }

    .contentBox {
        margin: 0 20px 30px;
    }

    .link dd {
        margin-right: 16px;
    }

    /*头部*/
    .top_nav .w {
        /*padding: 0 30px;*/

    }

    .top_nav li {
        margin-left: 15px;
    }

    .top_nav li:nth-of-type(1) {
        margin-left: 7px;
    }

    .nav li {
        width: 9%;
        font-size: 14px;
        line-height: 40px;
        margin: 0;
    }

    .nav li:nth-of-type(1) {
        width: 7%;
    }

    .nav li:nth-of-type(3) {
        width: 11%;
    }

    .nav li a {
        padding: 0 8px;
    }

    .logo {
        /* width: 26%;
        margin: 33px 30px 0; */

    }

    .searchBox {
        margin-top: 25px;
    }

    .search {
        width: 500px;
        height: 38px;
        margin-right: 15px;
    }

    .selectBox p {
        margin: 10px 0;
    }

    .selectBox ul {
        top: 37px;
    }

    .searchText {
        /* width: 315px; */
        /*height: 36px;*/
        margin-right: 85px;
    }

    .searchText input {
        height: 20px;
        font-size: 14px;
        line-height: 20px;
        margin: 9px 0;
    }

    .searchBtn {
        width: 78px;
        /*height: 36px;*/
        font-size: 16px;
        /*line-height: 36px;*/
    }

    .advancedSearch {
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
    }

    .searchBox > p {
        line-height: 20px;
        margin-bottom: 15px;
    }

    .searchBox > p a {
        margin-right: 3px;
    }

    /* 搜索部分 */
    .xSearch_T {
        margin: 42px 42px 0 48px;
        width: 140px;
    }

    .xSearBox {
        width: 730px;
    }

    .xSearchBox {
        width: 600px;
        height: 42px;
    }

    .xSearchIn {
        width: 440px;
        height: 22px;
        line-height: 22px;
    }

    .xSearchBtn {
        width: 100px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    .advSearch {
        font-size: 18px;
        line-height: 42px;
    }

    .docType a {
        margin-right: 9px;
    }

    /*.main {
        margin-top: 176px;
    }*/
    /*搜索列表页*/
    .searchMain {
        width: 1000px;
        /* padding: 0 30px; */
    }

    .searchMain .location {
        margin: 0 20px 25px;
    }

    .searchMain .contentBox {
        margin: 0 20px;
    }

    .menu {
        width: 220px;
    }

    .facet li a span {
        max-width: 120px;
    }

    .content {
        width: 695px;
        /* margin-left: 245px; */
        margin-left: 25px;
        margin-right: 0px;
    }

    .aside {
        display: none;
    }

    .other {
        padding-right: 0px;
    }

    /*纯图片样式*/
    .ImageList {
        /*margin-left: 0;*/
        width: 33.33%;
    }

    .figure {
        height: 120px;
    }

    /*资源导航*/
    /* .navMenu {
        width: 220px;
    }
    .resourceListBox {
        margin-left: 30px;
        width: 710px;
    } */
    .resourceList {
        margin-right: 0px;
    }

    .resourceContent {
        width: 95%;
        margin: 0 auto;
        padding: 0 0px 20px;
    }

    .resourceContent p {
        margin-right: 140px;
    }

    /*专家学术圈*/
    .expertMenu {
        width: 220px;
    }

    .expertContent {
        width: 740px;
    }

    .expertContent .retrievalResults {
        margin-left: 30px;
    }

    .expertListContent {
        margin-left: 20px;
    }
    #expertContentList{
    	padding-right: 0px;
    }

    /*知识应用*/
    .applicationMenu {
        width: 220px;
    }

    .appContentBox {
        /* margin: 0 0px 100px 280px; */
        margin: 0 0px 100px 245px;
    }

    .appListText {
        /* margin-right: 60px; */

    }

    .appIntroduce dl {
        margin-right: 15px;
    }

    /*特色资源*/
    .resourceMenu {
        left: 0px;
        width: 220px;
    }

    .resourceContentBox {
        /* margin-left: 280px; */
        margin-left: 245px;
    }

    .specialtyList {
        margin-right: 30px;
    }

    /* 院士专题 */
    .containerTopic {
        /* width: 1240px; */
        /* padding: 0 30px; */
        width: 1000px;
    }

    .ysbox {
        width: 710px;
    }

    .rbox {
        width: 230px;
    }

    .specialTopicListBox {
        /* margin: 0 20px; */

    }

    .specialTopicList {
        /* width: 49%; */
        padding: 0 0 0 10px;
    }

    .specialTopicImage {
        width: 135px;
        height: 155px;
    }

    .specialTopicImage img {
        width: 135px;
        height: 155px;
    }

    .specialTopicText {
        width: 285px;
        margin: 0 10px;
    }

    .specialTopicText li a {
        width: 250px;
    }

    .weeklyExpress {
        width: 240px;
        margin: 0 10px 0 6px;
    }

    .weeklyExpress li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .zthotapp {

    }

    /* 农业术语 */
    .agriMenu {
        width: 220px;
    }

    .WikiContentBox {
        margin-right: 0;
        margin-left: 245px;
    }

    .Wiki_Image {
        margin-right: 0;
    }

    .WikiListImage {
        width: 33.33%;
    }

    .resourceAside {
        display: none;
    }

    /* 农业问答 */
    .QAContentBox {
        margin-left: 40px;
        margin-right: 300px;
    }

    .QAAside {
        right: 40px;
    }

    /* 个人中心 */
    .homeAside {
        width: 230px;
        /* left: 0; */
    }

    .home_menu {
        margin-right: 20px;
    }

    .home_menu li {
        padding-left: 80px;
        background-position: 40px center;
    }

    .homeContentBox {
        margin-left: 280px;
    }

    .xsTab {
        margin-right: 50px;
    }

    .xkContent {
        margin-right: 80px;
    }

    /* 专家详情页 */
    .expertInfoContentBox {
        margin-right: 280px;
    }

    .expertInfo_bottom {
        margin-right: 20px;
    }

    .expertInfoContent {
        width: auto;
        margin-left: 150px;
    }

    .round {
        margin-right: 20px;
    }

    .roundCount {
        float: left;
    }

    .achievementListBox {
        margin-right: 20px;
    }

    .chartBox {
        margin: 0;
    }

    .partnerBox {
        margin-right: 0;
    }

    .expertAside {
        width: 240px;
    }

    .linear {
        width: 240px;
        /* height: 200px; */
    }

    .partnerBox {
        width: 240px;
    }

    /* 应用介绍 */
    .appMenu {
        width: 220px;
    }

    .appProfBox {
        margin-left: 245px;
    }

    .app_pic {
        width: 160px;
        margin-right: 20px;
    }

    .app_pic img {
        width: 100%;
    }

    .InfoText {
        width: 460px;
    }

    .SubItem .fl, .SubItem .fr {
        /* float: none; */
        width: 48%;
    }

    .SubText {
        width: 100%;
        margin-bottom: 10px;
    }

    .SubPic {
        text-align: center;
    }

    /* 进入应用 */
    .depthMenu {
        width: 220px;
    }

    .depthContentBox {
        margin-right: 0;
        width: 730px;
    }

    #htmlStr_id.depthContentBox {
        width: 700px;
    }

    /* 农业区划分析 */
    .c_r {
        width: 650px;
    }

    /* 学术趋势分析 */
    .sibebox .content {
        width: auto;
        margin-left: 0;
    }

    .reportIntro {
        margin-right: 30px;
    }

    .statTable {
        margin-right: 30px;
    }

    .reportKey {
        margin-right: 50px;
    }

    /* 我国大米进口分析 */
    .SubPic img {
        width: 100%;
        height: auto;
    }

    /* 资源详情 */
    .detailsContentBox {
        /* margin-right: 40px; */
        margin-right: 255px;
        margin-left: 0px;
    }

    .detailsAside {
        /* display: none; */
        width: 220px;
    }

    /* 院士专题更多列表页 */
    .topicsMenu {
        width: 220px;
    }

    .topicsContentBox {
        margin-left: 245px;
        margin-right: 20px;
    }

    /* 院士专题平台页面 */
    .topicsIntroBox {
        width: 740px;
    }

    .block {
        width: 360px;
    }

    .TopicsAside {
        width: 220px;
    }

    /* 专题详情页 */
    .article li a {
        width: 200px;
    }

    /* 农业术语详情页 */
    .termContentBox {
        margin: 0 60px;
    }

    /* 问答详情 */
    .answerContentBox {
        margin-left: 40px;
        margin-right: 300px;
    }

    /* 主题聚合 */
    .hotContentBox {
        width: 710px;
    }

    .hottop_zt {
        width: 707px;
    }

    .hotContent {
        width: 470px;
    }

    .hotAside {
        width: 230px;
    }

    .hot_keyword a {
        width: 96px;
        height: 30px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .zt_keyword a {
        width: 96px;
        height: 30px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .hotIntroBox {
        margin-right: 265px;
    }

    .hotText {
        width: 480px;
    }

    /* 一带一路详情*/
    .sections {
        width: 220px;
        margin-right: 0;
        height: 297px;
    }

    .sectionsMenu {
        margin: 10px;
    }

    .sectionsMenu h5 {
        line-height: 38px;
    }

    .sectionsMenu li {
        height: 34px;
        line-height: 34px;
    }

    .sketchMap {
        width: 730px;
        /* height: auto; */
        text-align: center;
        margin-bottom: 10px;
    }

    .sketchMap img {
        /* width: 100%; */

    }

    /* .corridorInfo {
        float: left;
        clear: none;
        width: 690px;
    } */
    .carouselLi {
        width: 441px;
        height: 320px;
    }

    .carouselLi .carouselLi0 {
        width: 441px;
        height: 320px;
    }

    .carouselLiP {
        height: 320px;
    }

    .carouselLiP .carouselLiP0 {
        height: 320px;
    }

    /* 开放平台 */
    .body {
        width: 1000px;
    }

    /* 动态详情页 */
    .dynamicContentBox {
        width: 720px;
    }

    .dynamicContentAside {
        width: 220px;
    }

    .hotAside_box img {
        height: 110px;
        width: 100%;
    }

    .hotAside_box li {
        width: 85px;
        height: 120px;
        float: left;
        margin-bottom: 52px;
    }

    .hotAside_box li:nth-child(odd) {
        margin-right: 20px;
    }

    .specialTopicText_box {
        float: right;
        width: 252px;
        margin: 0 20px;
    }

    .specialTopicText_box .contentTitle {
        width: 100%;
    }

    .weeklyExpress_box {
        float: left;
        width: 227px;
        margin: 0 0 0 20px;
    }

    .ulTab_yszt li {
        margin-right: 30px;
    }

    .ztjh_detailcontent {
        margin-left: 0px;
    }

    .zzjh_name li {
        margin-left: 50px;
    }

    .zzjh_name {
        margin-left: -40px;
    }
}

.iconpic-side-nomal {
    left: 10px;
    top: 15px;
    position: absolute;
}

.xBenner img {
    opacity: 0;
}

@media only screen and (max-width: 767px) {
    /* ============ */
    /* .list_a {
        display: block;
    } */
    .containerTopic {
        width: 100%;
    }

    .rbox {
        width: 100%;
    }

    .ztbox {
        display: none;
    }

    .zthotapp {
        display: none;
    }

    .containerTopic .location {
        margin: 0 20px 0px;
    }

    .list_a .media-box {
        padding: 15px 0px;
    }

    .list_a .media-box__hd {
        width: 95px;
    }

    .list_a .media-box__bd {
        margin-left: 18px;
        padding-top: 2px;
    }

    .list_a .desc a {
        line-height: 25px;
    }

    .list_a .media-box__title {
        font-size: 15px;
    }

    /*院士专题 手机端*/
    .specialTopicList_Box .ysbox {
        width: 100%;
    }

    .specialTopicList_Box .same_list_right {
        float: none;
        margin-left: 45%;
        margin-right: 0;
        width: auto;
    }

    .specialTopicList_Box .same_list_right ul a {
        max-width: 100%;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .specialTopicList_Box .same_list_right ul a:nth-child(2) {
        display: none;

    }

    .specialTopicList_Box .same_list_right ul {
        height: 58px;

    }

    .specialTopicList_Box .specialTopicImage {
        width: 40%;
        height: auto;
        padding: 24% 20%;
        position: relative;
    }

    .specialTopicList_Box .specialTopicImage img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .specialTopicList_Box .weeklyExpress li {
        line-height: 27px;
        background-position-y: 10px;
    }

    .specialTopicList_Box .specialTopicContent {
        padding-bottom: 20px;
    }

    .specialTopicList_Box .contentTitle span {
        font-weight: bold;
    }

    .specialTopicList_Box .weeklyExpress ul {
        padding-top: 3px
    }

    .hotImage {
        width: 160px;
        height: 93px;
    }

    .ztjh_indexContentbox {
        width: 100%;
        float: none;
    }

    .hotList_box {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: top;
        -webkit-align-items: top;
        align-items: top;
        margin-right: 0;
    }

    .hotContent_box {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        margin: 0 0 0 20px;
    }

    .hotContent p.abstract {
        margin-top: 10px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: #666;
        line-height: 18px;
    }

    .yszz_keywordbefore {
        display: none;
    }

    .yszz_keyword {
        display: block;
        overflow: hidden;
        margin-top: -20%;
    }

    .yszz_keyword a {
        display: inline-block;
        float: left;
        width: 30% !important;
        height: 34px !important;
        font-size: 14px;
        line-height: 34px !important;
        color: #696969;
        text-align: center;
        background-color: #e8f5f9;
        margin-right: 5% !important;
        margin-bottom: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 1%;
    }

    .yszz_keyword a:nth-child(3n) {
        margin-right: 0% !important;
    }

    /* 院士专题  专题列表 */
    .yszt_topicsMenu {
        display: none;
    }

    .yszt_resourceAside {
        display: none;
    }

    .yszt_topicsContentBox {
        margin: 0px 25px 0 0;
    }

    .yszt_secondSearch {
        margin-left: 0px;
    }

    .yszt_topicsList {
        padding: 0px;
    }

    .yszt_count {
        padding-left: 0px;
    }

    .yszt_topicsList {
        padding-left: 0px;
    }

    /* 院士专题详情页  */
    .yszt_detailsAside {
        position: static;
    }

    .yszt_detailsContentBox {
        margin: 0px;
    }

    /* 学科专题详情页跳转-主题聚合 */
    .ztjh_detailbox {
        width: 100%;
    }

    .ztjh_detailbox .resultEdit {
        position: absolute;
    }

    .ztjh_detailhotAside {
        display: none;
    }

    .ztjh_detaillistcontent {
        width: 70%;
    }

    .ztjh_ultab li {
        padding: 0 10px;
        margin-bottom: 5px;
    }

    .ztjh_ultab li:first {
        padding-left: 0;
    }

    .ztjh_ultab {
        padding: 0;
        overflow: hidden;
        width: 170%;
    }

    .topbar_icon_theme {
        display: block;
        width: 12px;
        height: 20px;
        border-left: 1px solid #e78a4d;
        float: right;
        margin-top: -35px;
    }

    .topbar_icon_square_theme {
        margin: 5px 2px;
        width: 0px;
        height: 0px;
        border: 5px solid transparent;
        border-left-color: #e78a4d;
    }

    .freeze {
        display: none;
    }

    .ztjh_detailtitle {
        top: 2px;
        z-index: 100;
        margin: 0;
        font-size: 15px;
        color: #fffff;
        left: 14px;
        font-weight: normal;
        opacity: 0.9;
    }

    .ztjh_detailcontent {
        padding-top: 0;
    }

    .ztjh_detailbox .result-data .result-author {
        margin: 10px 0 0px;
    }

    .ztjh_detailbox .result-data .result-author b {
        margin-bottom: 5px;
    }

    /* 主题聚合列表-跳转主题聚合详情页 */
    .ztjh_contentcenter {
        width: 100%;
    }

    .ztjh_contentcenter .hotPhoto {
        width: 160px;
        height: 115px;
    }

    .ztjh_contentcenter .hotText {
        margin: 0 0 0 180px;
    }

    .zzjh_detailrt {
        display: none;
    }

    .ztjh_contentcenter .hotText p {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        text-align: justify;
    }

    .ztjh_contentcenter .hotText h5.hot_title {
        margin-top: -5px;
    }

    .ztjh_contentcenter .hotText h5 {
        line-height: 35px;
    }

    .ztjh_contentcenter .newsCon li {
        width: 45%;
        margin-right: 5%;
    }

    .ztjh_contentcenter .resultEdit {
        position: absolute;
        right: 0;
        top: 5px;
        right: 5px;
    }

    .ztjh_contentcenter .paperList h6 {
        width: 70%;
    }

    /*院士专题详情页*/
    .yszt_insidetopicsIntroBox {
        width: 100%;
    }

    .yszt_insideTopicsAside {
        display: none;
    }

    .yszt_insidetopicsIntroBox .paperList.bn {
        margin-right: 0;
    }

    .yszt_insidetopicsIntroBox .paperList.bn p {
        text-align: justify;
    }

    .yszt_insidetopicsIntroBox .specialTopicImages_box {
        width: 130px;
        height: 165px;
        position: absolute;
        left: 0;
        top: 40px;
        left: 10px;
    }

    .yszt_insidetopicsIntroBox .specialTopicImages_box img {
        height: 100%;
    }

    .yszt_insidetopicsIntroBox .yszt_topicInfoTitle {
        font-size: 17px;
        white-space: nowrap;
        margin-bottom: 0px;
        margin: 0;
    }

    .yszt_insidetopicsIntroBox .weeklyExpress_box li a {
        white-space: nowrap;
    }

    .yszt_insidetopicsIntroBox .weeklyExpress_box {
        float: none;
        margin-left: 155px;
        width: 54%;
        margin-top: 7px;
    }

    .yszt_insidetopicsIntroBox .specialTopicList_box ul {
        height: 60px;
    }

    .yszt_insidetopicsIntroBox .specialTopicText_box {
        float: none;
        margin-left: 155px;
        width: 54%;
    }

    .yszt_insidetopicsIntroBox .weeklyExpress_box li {
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .yszt_insidetopicsIntroBox .contentTitle span {
        font-size: 14px;
    }

    .yszt_insidetopicsIntroBox .contentTitle a {
        margin-right: 10px;
    }

    .yszt_insidetopicsIntroBox .contentTitle {
        margin-bottom: 0px;
    }

    .yszt_insidetopicsIntroBox .specialTopicContent li {
        line-height: 27px
    }

    .yszt_insidetopicsIntroBox .specialTopicContent {
        padding-bottom: 15px;
    }

    .yszt_insidetopicsIntroBox .ulTab_yszt {
        overflow: hidden;
        height: 40px;
        padding-left: 0;
        width: 155%;
    }

    .topnav {
        width: auto;
        overflow-x: scroll;
        margin-right: 18px;
    }

    .topbar_icon {
        display: block;
        width: 12px;
        height: 20px;
        border-left: 1px solid #0077be;
        float: right;
        margin-top: -27px;
    }

    .topbar_icon .topbar_icon_square {
        margin: 5px 2px;
        width: 0px;
        height: 0px;
        border: 5px solid transparent;
        border-left-color: #0077be;
    }

    .yszt_insidetopicsIntroBox .ulTab_yszt li {
        font-size: 13px;
        margin-right: 8px;
        height: 100%;
    }

    .yszt_insidetopicsIntroBox .ulTab_yszt li:nth-child(4) {
        padding-right: 0px;
    }

    .yszt_insidetopicsIntroBox .topicsIntroBox {
        margin-right: 0px;
    }

    body {
        padding-bottom: 0 !important;
        /*cursor:pointer;*/
    }

    /*
        #fixed-component-bar, #fixed-component {
            display: none;
        } */
    /*.fixed-component{position:relative;}*/
    .fixed-component .component-content .right-content {
        position: static;
        width: 100%;
        overflow: visible;
    }

    .fixed-component .component-content .right-content .fix-btn,
    .fixed-component .component-content .right-content .code-box .code-img,
    .fixed-component .component-content .right-content .code-box .code-title {
        display: none;
    }

    .fixed-component .component-content .right-content .code-box .code-title:last-child {
        display: block !important;
    }

    .fixed-component .component-content .left-content {
        position: relative;
        z-index: 100;
        width: 100%;
    }

    .fixed-component .component-content .right-content .back-icon {
        z-index: 50;
    }

    #fixed-component .title-img {
        width: 90%;
    }

    .fixed-component .component-content .right-content .code-box {
        margin: 0;
    }

    .fixed-component .component-content .right-content .code-box .code-title {
        position: relative;
        z-index: 1000;
    }

    .fixed-component {
        height: auto;
        padding-bottom: 20px;
    }

    .header, .xSearch, .xBenner, .main, .footer {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .header {
        position: relative;
        height: auto;
    }

    .w, .wide {
        width: 100%;
        min-height: auto !important;
    }

    .news, .top_nav, .xSearch_T, .advSearch, #rightfloat {
        display: none !important;
    }

    .logo a img {
        margin: 10px 0 0 15px;
        height: 30px;
        width: auto;
    }

    .icon_login {
        position: absolute;
        display: block;
        right: 15px;
        top: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(../../images/icon_login.png) center no-repeat;
        background-size: 20px;
        z-index: 10;
        border-radius: 50%;
    }

    .icon_login.nab-icon {
    	display: none;
        right: 10px;
        opacity: .7;
        background-image: url(../../images/header_icon_more.png);
    }

    .xBenner {
        position: relative;
        background-size: auto 30px;
    }

    .xBenner img {
        height: 30px;
    }

    .xSearch .wide {
        overflow: visible;
    }

    .xSearBox {
        float: none;
        margin: 0 15px;
        overflow: visible;
    }

    .xSearch {
        padding: 5px 0;
        background-color: #0b80ce;
    }

    .xSearchBox {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .xSearchIn {
        margin: 0;
        width: 76%;
        height: 100%;
        padding: 10px 10px 10px 40px;
        background: transparent;
        font-size: 14px;
    }

    .xSearchBtn {
        width: 24%;
        margin: 0;
        height: 100%;
    }

    .docType {
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }

    .docType a {
        margin-right: 5px;
        display: inline-block;
    }

    .page, .pageRight {
        margin-left: 0;
        margin-right: 0;
    }

    .xnav {
        position: absolute;
        display: none;
        top: 44px;
        right: 10px;
        z-index: 100;
    }

    .iconpic-side-nomal > div {
        width: 23px;
        height: 23px;
        background-image: url(../images/page-icon-side.png);
        background-size: 23px auto;
        background-repeat: no-repeat;
    }

    .iconpic-side-nomal.close > div {
        background-image: url(../images/page-icon-side.png);
    }

    .xSearch .wide {
        overflow: visible;
    }

    .xSearBox {
        float: none;
        margin: 0 15px;
        overflow: visible;
    }

    .xnav ul {
        padding: 10px 0;
        background: rgba(0, 0, 0, .7);
        border-radius: 5px;
    }

    .xSearch {
        padding: 20px 0;
        background-color: #0b80ce;
        overflow: hidden;
    }

    .xSearchBox {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .xSearchIn {
        margin: 0;
        width: 76%;
        height: 100%;
        padding: 10px 10px 10px 40px;
        background: transparent;
        font-size: 14px;
    }

    .location {
        margin-bottom: 20px;
        padding-top: 5px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .appListDownload {
        margin-right: 0;
    }

    .dynamicContentBox, .dynamicContentAside {
        float: none;
        width: 100%;
    }

    .dynamicContentBox {
        padding: 0 0 20px;
    }

    .dynamicContentBox h6 {
        font-size: 12px;
        line-height: 24px;
    }

    .dynamicContentBox h2 {
        margin: 30px 0 20px;
        font-size: 20px;
        line-height: 28px;
    }

    .collectBtn {
        margin: 0;
        padding-bottom: 15px;
        text-align: center;
    }

    .collectBtn li {
        float: none;
        display: inline-block;
        line-height: 24px;
    }

    .detailsContentBox {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .detailsAside {
        position: static;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .resultEdit {
        position: static;
        float: right;
        margin-bottom: 24px;
    }

    .detailsContentBox h5 {
        margin-right: 0;
        padding: 10px 0;
        line-height: 22px;
    }

    .resultEdit li {
        line-height: 28px;
    }

    .purpose, .contentAction {
        float: left;
        clear: none;
        padding: 0;
    }

    .detailsDl dt, .detailsDl dd {
        float: none;
        margin: 0;
        display: inline;
        position: static;
    }

    .source {
        margin-top: 30px;
        padding: 0;
    }

    .detailsDl {
        clear: both;
    }

    .sourceTab li {
        width: 32%;
        padding: 0;
        text-align: center;
    }

    .termContentBox {
        margin: 0;
        padding: 0;
    }

    .termContentBox h2 {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .container-box .content-right {
        display: none;
    }

    .container-box .content-left {
        margin: 0;
    }

    .container-box .content-left .export-img-box {
        margin-right: 15px;
        width: 123px;
    }

    .container-box .content-left .export-info {
        margin-left: 0;
    }

    .container-box .content-left .title.export {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .container-box .content-left .describe {
        margin-top: 10px;
    }

    .container-box .export-detail .detail-nav .detail-nav-li {
        margin: 0 2%;
        width: 21%;
    }

    .navMenu, .resourceMenu, .container-box .export-detail .detail-contents .subnav-left {
        position: fixed;
        margin: 0;
        top: 0;
        left: -60%;
        transition: all .6s;
        bottom: 0;
        width: 60%;
        background: #fff;
        z-index: 100;
        overflow: auto;
    }

    #menu_bg_cover {
        position: fixed;
        top: 0;
        left: 0;
        cursor: pointer;
        display: block;
        content: '';
        width: 200%;
        z-index: 50;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }

    #search_type_icon_close {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 50;
    }

    .navMenu.show_slide, .resourceMenu.show_slide, .container-box .export-detail .detail-contents .subnav-left.show_slide {
        left: 0;
        border: none;
    }

    #search_type_icon_close.show_slide {
        display: block;
    }

    .container-box .export-detail .detail-contents .subnav-left .sbunav-title {
        color: #ddd;
        background: #0077be;
    }

    .container-box .export-detail .detail-contents .subnav-left .subnav-lists .subnav-list.active,
    .container-box .export-detail .detail-contents .subnav-left .subnav-lists .subnav-list:hover {
        color: #0077be;
    }

    .container-box .export-detail .detail-contents .results .result-right {
        margin: 0;
    }

    .container-box .export-detail .detail-contents .detail-info .list {
        padding: 15px 0;
    }

    .container-box .export-detail .detail-contents .analysis {
        padding: 0;
    }

    .container-box .export-detail .detail-contents .results .result-right #analysis_cooperation,
    .container-box .export-detail .detail-contents .analysis #analysis_type,
    .container-box .export-detail .detail-contents .analysis #analysis_lv {
        height: 300px;
    }

    .container-box .export-detail .detail-contents .analysis .analysis-li-float {
        width: 100%;
    }

    .result-right .chart-items .chart-item {
        width: 25%;
    }

    .result-right .chart-items .chart-item .chart-item-map {
        width: 60px;
        height: 60px;
    }

    .container-box .export-detail .detail-contents .analysis #analysis_organization {
        height: 200px;
    }

    .result-right .chart-items .chart-item .chart-item-map > div,
    .result-right .chart-items .chart-item .chart-item-map > div > canvas {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        overflow: hidden;
    }

    #search_type_icon {
        display: block;
        margin-right: 10px;
        margin-top: 15px;
        padding-left: 33px;
        font-size: 14px;
        color: #1a81cb;
        line-height: 34px;
        height: 34px;
        background: url(../../images/search-icon-side.png) no-repeat 7px center;
        background-size: 20px;
        cursor: pointer;
    }

    #search_type_icon.ai {
        margin-top: 0;
    }

    #search_type_icon.show_slide {
        background-image: url(../../images/search-icon-side-close.png);
    }

    .xSearchBtn {
        width: 24%;
        margin: 0;
        height: 100%;
    }

    .docType {
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }

    .docType a {
        margin-right: 5px;
        display: inline-block;
    }

    .xnav {
    	padding-top: 10px;
    	float: none;
    	height: auto;
    	clear: both;
        position: static;
        display: block;
        top: 44px;
        right: 10px;
        z-index: 100;
    }

    .xnav .xnav_top_icon {
    	display: none;
        height: 6px;
        overflow: hidden;
    }

    .xnav .xnav_top_icon:before {
        float: right;
        margin: 4px 11px 0 0;
        display: block;
        width: 20px;
        content: '';
        height: 20px;
        transform: rotate(45deg);
        background: #555;
    }

    .xnav ul {
        padding: 0 10px;
        background: #555;
        font-size: 0;
        border-radius: 0;
        white-space: nowrap;
        background: #168df5;
        overflow: auto;
    }

    .xnav li {
        float: none;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 0;
        line-height: 40px;
        text-align: center;
    }

    .xnav li.hidelist {
        display: none;
    }

    .xnav li a {
    	display: block;
    	position: relative;
        padding: 0 20px;
        color: #fff;
    	color: #fff !important;
    }
    .xnav li a:after {
    	bottom:0 !important;
    	left: 10px !important;
    	right: 10px !important;
    	background: #e89934 !important;
    }

    #footer .wide {
        padding: 0 20px;
    }

    .footerNav li {
        margin-right: 15px;
        font-size: 12px;
        line-height: 24px;
    }

    .link dd a, .link dt, .link dd {
        font-size: 10px;
        line-height: 16px;
    }

    .typeahead {
        margin: 0;
        top: 46px !important;
        left: 0 !important;
        width: 100% !important;
    }

    .application-trade {
        padding: 0 0 20px;
    }

    .application-trade .content-left, .application-trade .content-right {
        float: none;
        margin: 0 !important;
        width: 100% !important;
    }

    .application-trade .content-left {
        margin-bottom: 20px !important;
    }

    .application-trade .content-left .subnav-trade .subnav-children {
        overflow: hidden;
    }

    .application-trade .content-left .subnav-trade .subnav-children .subnav-child {
        width: 100% !important;
    }
    .application-trade {
        padding: 0 0 20px;
    }

    .application-trade .content-left, .application-trade .content-right {
        float: none;
        margin: 0 !important;
        width: 100% !important;
    }

    .application-trade .content-left {
        margin-bottom: 20px !important;
    }

    .application-trade .content-left .subnav-trade .subnav-children {
        overflow: hidden;
    }

    .application-trade .content-left .subnav-trade .subnav-children .subnav-child {
        width: 100% !important;
    }

    .learning_box, .depthMenu_ztree {
        display: none;
    }

    .learningContentBox {
        margin: 0;
    }

    .search-ctls {
        margin: 0 50px 20px 20px;
        height: auto;
    }

    .search-ctls .search-ctl-label {
        position: static;
        text-align: left;
    }

    .search-ctls input {
        float: none;
    }

    .search-ctls .search-ctl-add {
        top: 46px;
    }

    .search-btn-group .search-ctl-btn {
        margin: 0;
        width: 40%;
    }

    #yearsLimit.nolimit, .year-ctls .year-item:nth-child(4) {
        display: none;
    }

    .learning_seachtitle {
        margin-bottom: 10px;
        padding: 20px 0 10px;
    }

    .year-ctls {
        margin-top: 10px;
    }

    .searchBox {
        margin: 20px 0 30px;
        padding-bottom: 20px;
    }

    .learning_img_data {
        padding: 20px 0 0;
    }

    .depthContentBox {
        float: none;
        margin: 0;
        width: 100%;
    }

    .reportIntro, .detaBox, .secondCon {
        margin: 0;
    }

    .reportModular .drawmap_d {
        margin: 0;
        height: 300px !important;
    }

    .statTable .conTable th, .statTable .conTable td {
        width: auto !important;
        min-width: 60px;
    }

    .reportModular {
        padding: 0;
    }

    .ulTab {
        height: auto;
        overflow: auto;
        white-space: nowrap;
    }

    .ulTab li {
        float: none;
        display: inline-block;
        white-space: nowrap;
        padding: 0 10px;
        text-align: center;
    }

    .warp .c_l {
        margin: 0;
        width: 100%;
    }

    .warp .c_l .panel-body {
        margin: 0 0 20px;
        width: 100% !important;
        height: 200px !important;
        overflow: auto;
    }

    .warp .c_r {
        float: none;
        width: 100%;
    }

    .warp .c_r .layout-panel-center {
        height: 350px !important;
    }

    .warp .c_r .layout-panel-south {
        top: 350px !important;
    }

    .warp .c_r .layout-panel-south > div {
        height: auto !important;
    }

    .resourceContentBox {
        margin: 10px 0 0 0;
    }

    .resourceContentBox .count > span {
        float: left !important;
        margin: 0 0 0 20px !important;
    }

    .specialtyList {
        margin: 0;
    }

    .login {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }

    .loginContent {
        margin: 0 auto;
        width: 90%;
        padding: 0;
    }

    .header .history-back {
        float: left;
        margin: 10px 0 0 5px;
        width: 30px;
        height: 30px;
    }

    .header .history-back .back-icon {
        margin: 2px auto 0;
        width: 15px;
        height: 26px;
        overflow: hidden;
    }

    .header .history-back .back-icon:after {
        content: '';
        display: block;
        margin: 2px 0 0 5px;
        width: 18px;
        height: 18px;
        border: 2px solid #666;
        transform: rotate(45deg);
    }
}